home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "CustomerID": "Long Integer",
- "Name": "Text (50)",
- "NewCustomer": "Boolean NOT NULL",
- "ModemType": "Long Integer"
- },
- "data": [
- {
- "CustomerID": 1,
- "Name": "John Smith",
- "NewCustomer": 1,
- "ModemType": 3
- },
- {
- "CustomerID": 2,
- "Name": "Marilyn Manson",
- "NewCustomer": 0,
- "ModemType": 5
- }
- ]
- }